home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / the_lego_treasure_hunt.swf / scripts / DefineButton2_1036 / BUTTONCONDACTION on(keyPress Up).as < prev   
Encoding:
Text File  |  2007-03-20  |  231 b   |  15 lines

  1. on(keyPress "<Up>"){
  2.    tellTarget("_root.main")
  3.    {
  4.       gotoAndStop(1194);
  5.    }
  6.    tellTarget("_root.main.man")
  7.    {
  8.       gotoAndStop(4);
  9.    }
  10.    tellTarget("_root.main.man.manwalking")
  11.    {
  12.       play();
  13.    }
  14. }
  15.